runtime.memRecord.active (field)
17 uses
runtime (current package)
mprof.go#L132: active memRecordCycle
mprof.go#L411: mp.active.add(mpc)
mprof.go#L967: if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
mprof.go#L970: if mp.active.allocs != 0 || mp.active.frees != 0 {
mprof.go#L984: mp.active.add(&mp.future[c])
mprof.go#L988: if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
mprof.go#L997: if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
mprof.go#L999: AllocBytes: int64(mp.active.alloc_bytes),
mprof.go#L1000: FreeBytes: int64(mp.active.free_bytes),
mprof.go#L1001: AllocObjects: int64(mp.active.allocs),
mprof.go#L1002: FreeObjects: int64(mp.active.frees),
mprof.go#L1044: fn(b, b.nstk, &b.stk()[0], b.size, mp.active.allocs, mp.active.frees)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)